Welcome![Sign In][Sign Up]
Location:
Search - Array vc

Search list

[OpenGL programC常用程序集移植到VC开发环境的源代码

Description: 针对C程序的特点,给出将之移植到VC集成环境下的技术,对一个常用程序集实施了大规模的改写,并提供了C++数组和矩阵模板类,对C程序进行面向对象的封装。 CH1.H-CH15.H改写自徐士良《C常用算法程序集[M]》清华大学出版社(1996.11),第1到第15章,即数值计算部分的所有内容。 AM.H 数组、矩阵类的最初实现 CAM.H 双精度型数组、矩阵类 TAM.H 数组、矩阵模板类 Matrix.h 双精度型矩阵类,数组类请用标准模板库的valarray类 TMatrix.h 矩阵模板类,数组类请用标准模板库的valarray类 这两者配合slice技术使用,可以得到极大的灵活性,标准模板库对效率也是做过优化的。 C++用作数值计算的解决方案包括Matlab数学库的调用,用Matlab、OpenGL实现数-against C program features is to be transplanted to VC integrated technical environment, a procedure commonly used to collect a large-scale rewriting, and to provide an array of C and matrix template category, the C Programming Object-Oriented Packaging. CH1.H - CH15.H rewritten since XU Shi-liang "C algorithms commonly used procedures set [M]" Qinghua University Press (1 996.11), to a Chapter 15, that is part of the numerical calculation of all content. AM.H array matrices CAM.H the first to achieve double-precision array matrices TAM.H array matrix template category Matrix.h double-precision matrix category, array category please use standard template library valarray category TMatrix.h matrix template category, array category please use standard templates for the two categorie
Platform: | Size: 69652 | Author: 苗嘉 | Hits:

[Otherarray

Description: 一个类似于VC++ 中的CArray的数组管理源码,可以管理2维数组,并可进行向量的简单计算
Platform: | Size: 4593 | Author: zeng rongjia | Hits:

[Windows DevelopVC视图绘制动态曲线图

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TestDrawCurve_26 application. TestDrawCurve_26.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. TestDrawCurve_26.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestDrawCurve_26App application class. TestDrawCurve_26.cpp This is the main application source file that contains the application class CTestDrawCurve_26App. TestDrawCurve_26.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. TestDrawCurve_26.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\TestDrawCurve_26.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file TestDrawCurve_26.rc. res\TestDrawCurve_26.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ///////////////////////////////////////////////////////////////////////////// For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitmap file is used to create tiled images for the toolbar. The initial toolbar and status bar are constructed in the CMainFrame class. Edit this toolbar bitmap using the resource editor, and update the IDR_MAINFRAME TOOLBAR array in TestDrawCurve_26.rc to add toolbar buttons. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one document type and one view: TestDrawCurve_26Doc.h, TestDrawCurve_26Doc.cpp - the document These files contain your CTestDrawCurve_26Doc class. Edit these files to add your special document data and to implement file saving and loading (via CTestDrawCurve_26Doc::Serialize). TestDrawCurve_26View.h, TestDrawCurve_26View.cpp - the view of the document These files contain your CTestDrawCurve_26View class. CTestDrawCurve_26View objects are used to view CTestDrawCurve_26Doc objects. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named TestDrawCurve_26.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 1967656 | Author: xiayang168 | Hits:

[OtherArrayFrame

Description: Vc.net编写的关于数组分析程序的练习程序-Vc.net prepared by the array analysis procedures on the practice procedures
Platform: | Size: 26624 | Author: | Hits:

[GDI-Bitmap供vb调用的高质量旋转图片vc动态库代码

Description: 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
Platform: | Size: 1445888 | Author: 李文庆 | Hits:

[OpenGL programC常用程序集移植到VC开发环境的源代码

Description: 针对C程序的特点,给出将之移植到VC集成环境下的技术,对一个常用程序集实施了大规模的改写,并提供了C++数组和矩阵模板类,对C程序进行面向对象的封装。 CH1.H-CH15.H改写自徐士良《C常用算法程序集[M]》清华大学出版社(1996.11),第1到第15章,即数值计算部分的所有内容。 AM.H 数组、矩阵类的最初实现 CAM.H 双精度型数组、矩阵类 TAM.H 数组、矩阵模板类 Matrix.h 双精度型矩阵类,数组类请用标准模板库的valarray类 TMatrix.h 矩阵模板类,数组类请用标准模板库的valarray类 这两者配合slice技术使用,可以得到极大的灵活性,标准模板库对效率也是做过优化的。 C++用作数值计算的解决方案包括Matlab数学库的调用,用Matlab、OpenGL实现数-against C program features is to be transplanted to VC integrated technical environment, a procedure commonly used to collect a large-scale rewriting, and to provide an array of C and matrix template category, the C Programming Object-Oriented Packaging. CH1.H- CH15.H rewritten since XU Shi-liang "C algorithms commonly used procedures set [M]" Qinghua University Press (1 996.11), to a Chapter 15, that is part of the numerical calculation of all content. AM.H array matrices CAM.H the first to achieve double-precision array matrices TAM.H array matrix template category Matrix.h double-precision matrix category, array category please use standard template library valarray category TMatrix.h matrix template category, array category please use standard templates for the two categorie
Platform: | Size: 69632 | Author: 苗嘉 | Hits:

[STLTestMap

Description: 使用VC6.0 STL std::map的一个小例子。使用的键值是一个结构体,里面包含一个整型三维数组。-use VC6.0 STL std : : map of a small example. The pair is a body structure, which contains an integer 3D array.
Platform: | Size: 123904 | Author: 陈飞 | Hits:

[OtherReadTextFile2Array

Description: 将文本文件内容放入一个数组中的VC程序。-text contents of the documents Add an array of VC procedures.
Platform: | Size: 13312 | Author: | Hits:

[2D GraphicImageToBuffer2D

Description: 这是我在刚刚学习VC图像处理时的一个小例子,功能将DIB数据导入到一个二维的Buffer,主要是练习了一下二维动态数组的定义、内存申请和释放,希望能够给初学的朋友带来一些帮助!-This is just learning the VC image processing of a small example, DIB will function to the data into a two-dimensional Buffer. is practicing a bit two-dimensional array of dynamic definition of application and release memory, Beginners can hope to bring some friends!
Platform: | Size: 2166784 | Author: nana | Hits:

[Other systems200410415591628827

Description: 代码名称:VC+MapX源码mapdemo,含GPS跟踪演示 作者/收集者:jeason 开发环境:VC + MapX 代码介绍: 该例程功能全面,是在VC环境下研究和学习的非常好的参考示例代码。包含功能有: 1.map 对象的创建,并添加地图数据,图层控制,打开GST文件 2.地图控制,基本缩放和移动功能 3.地图选择功能 4.i查询 5.数据绑定,包括ODBC,NORMAL,数组绑定等 6.创建专题图功能 7.模拟GPS监控功能,设置监控目标,模拟监控目标移动并绘制移动轨迹 8.地图对象编辑功能,添加点、线、面、文本、圆弧和椭圆 9.手工绘制图层上显示比例尺 -Code name: VC+ MapX source mapdemo, including GPS tracking demonstration of the author/collector: jeason development environment: VC+ MapX code Introduction: The routine functions of a comprehensive, in the VC environment research and study of a very good reference sample code. Contains the function: 1.map object creation, and add the map data, layer control, open the GST file 2. Map control, the basic zoom and mobile features 3. 4.i map features selected query 5. Data binding, including the ODBC , NORMAL, an array of binding, etc. 6. create a thematic map function 7. simulated GPS monitoring, set up to monitor goals, monitoring the moving target simulation and mapping for mobile trajectory 8. map object editing function, add point, line, surface, text, arc and elliptical 9. hand-painted layers to show scale
Platform: | Size: 295936 | Author: gaotq | Hits:

[Data structs7MethodsOfQsort

Description: 快速排序(qsort)在程序开发中的七种用法(VC)。其中列举了对int和char型数组排序、结构和类的一级二级排序等,具体的cmp函数。-Quicksort (qsort) in the development of seven Usage (VC). Which lists the type of int and char array to sort, structure and type of level 2 ranking, the specific function cmp.
Platform: | Size: 27648 | Author: sql | Hits:

[Video CaptureCHUANDLG

Description: 基于VC6的线阵CCD图像采集和显示程序-VC6 on the linear array CCD image acquisition and display program
Platform: | Size: 144384 | Author: lws | Hits:

[OtherArray

Description: VC++6.0下Array类的基本使用。- the use of Array under VC++
Platform: | Size: 1892352 | Author: xiaoni | Hits:

[OtherArray

Description: 一个很好的有关vc++中数组应用的程序,简单易懂-A good array of related application in vc++ program, easy to understand
Platform: | Size: 221184 | Author: zhoukang | Hits:

[Windows DevelopVC_quickly_generate_random_array_source_code_class

Description: VC++快捷的随机数组生成类的源代码VC + + quickly generate a random array of the source code of cla-VC++ quickly generate a random array of the source code of class
Platform: | Size: 7168 | Author: wangweibin | Hits:

[VC/MFCVC.example.code.search.array

Description: VC编程搜索阵列经典实例代码VC classic example of programming code in the search array -VC classic example of programming code in the search array
Platform: | Size: 19456 | Author: vid | Hits:

[Windows DevelopVC.development.code.reverse.array

Description: 反向阵列一个经典实例代码 VC Programming development code reverse array -VC Programming development code reverse array
Platform: | Size: 18432 | Author: vid | Hits:

[Windows DevelopVC.plug.in.module.development.array.list

Description: VC设计数组列表插入模块开发VC plug-in module design development array list -VC plug-in module design development array list
Platform: | Size: 18432 | Author: bx | Hits:

[Windows Developsort.array.comprehensive.list.VC

Description: VC编程综合排序数组列表经典代码Programming sort the array of comprehensive list of VC classic code -Programming sort the array of comprehensive list of VC classic code
Platform: | Size: 19456 | Author: bx | Hits:

[GDI-Bitmapbmp216bit-array-vc

Description: Microft VC 6工程,自己编写的源码,可以可以给把24位的bmp文件生成16位的bmp图片,因为有些工具例如image2lcd生成的是8位的图片数据,数组形式,有些程序需要用到16位的数据,例如stm32的lcd数据,就需要这样的一个程序,这个工程非常完备,内涵源码和注释,打开编译,就可以在当前运行目录生成数组; 使用注意: 1,不是bmp24位色的图片要用电脑的画图工具转换为bmp24位色的 2,图片要用电脑的画图工具进行垂直翻转, 3,把图片拉到filetst.exe里,在双击filetst.exe就有out.txe文件输出了。-A microsoft VC++ 6 project, it is compiled and tested, convert bmp 24bit to a 16bit array of C language in put filetst.exe outout out.txt
Platform: | Size: 1526784 | Author: 林端 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net